home *** CD-ROM | disk | FTP | other *** search
/ Champak 31 / Volume 31 - JOGO DISK .iso / Games / busy_burger.swf / scripts / frame_251 / DoAction.as
Text File  |  2007-01-15  |  164b  |  11 lines

  1. stop();
  2. _root.girlmc.TryToPut();
  3. onEnterFrame = function()
  4. {
  5.    _root.girlmc.UpdateFrame();
  6.    if(_root.girlmc.carryItem == 0)
  7.    {
  8.       play();
  9.    }
  10. };
  11.